internal/reflectlite.rtype.ptrdata (field)

3 uses

	internal/reflectlite (current package)
		swapper.go#L36: 	hasPtr := typ.ptrdata != 0
		type.go#L155: 	ptrdata    uintptr // number of bytes in the type that can contain pointers
		type.go#L539: func (t *rtype) pointers() bool { return t.ptrdata != 0 }